home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Games
/
Abalone 1.4.2
/
src
/
StringLib.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-09-21
|
332 b
|
14 lines
|
[
TEXT/KAHL
]
#ifndef STRINGLIB_H
#define STRINGLIB_H
#include <String.h>
void pstrcat (char *d, char *s);
void pstrcpy (char *d, char *s);
void pstrncpy (char *d, char *s, short n);
void appendi2cstr (char *cstr, short i);
short appendi2pstr (char *pstr, short i);
short i2cstr (char *cstr, short i);
void i2pstr (char *pstr, short i);
#endif